WinCount is a little utility for measuring number of lines of code in your program (or any number of text files in a directory).
Very easy to use and install.
This program requires .NET framework 1.1
New:
2/18/2004 - bug fix: clear file list before performing count
2/18/2004 - added option to not count blank lines and
skip comment lines (configurable comment options)
suggested by Drew Berkemeyer from codeproject.com
VS.net setup as external tool:
Installation:
Just put the WinCount.exe file somewhere on your harddrive and
run the program by double clicking the executable.
To install in VS.NET as external tool:
1. Go to Tools/External Tools
2. Click On Add Button
3. Fill the fields as follows:
Name: WinCount
Command: Path to the winCount.exe file
Arguments: $(SolutionDir)
Initial Directory: blank (nothing at all)
4. Click OK
5. Now you can run the program by going to tools and select wincount
DOWNLOAD Binary
DOWNLOAD Source Code